home *** CD-ROM | disk | FTP | other *** search
/ Champak 122 / Vol 122.iso / games / super_ma.swf / scripts / DefineSprite_165 / frame_2 / DoAction.as
Encoding:
Text File  |  2011-01-06  |  204 b   |  8 lines

  1. stop();
  2. _root.personaje.frame_flag = true;
  3. _root.personaje.perso.cuerpo.gotoAndStop(2);
  4. _root.personaje.perso.per.gotoAndPlay(19);
  5. sonido = new Sound();
  6. sonido.attachSound("malo");
  7. sonido.start();
  8.